home *** CD-ROM | disk | FTP | other *** search
/ Visual Basic Source Code / Visual Basic Source Code.iso / vbsource / mrb_cal / mrb_cal.txt < prev    next >
Encoding:
Text File  |  1995-09-22  |  1003 b   |  23 lines

  1. This is some pre-written code of a perpetual calendar.  This code
  2. can be used when creating to-do list programs, or scheduling 
  3. programs.  
  4.  
  5. I've pulled several calendar controls from various ftp sights, and
  6. surprisingly have not found one that creates an actual calendar.
  7. Those I have pulled down simply create a seven column, five row
  8. grid and always place date 1 in the normal "Sunday" column.  This
  9. code creates the actual calendar.
  10.  
  11. This code is provided courtesy of Mark Bureau MariBu Services, 
  12. Acworth, GA.  For more information or samples, please call 
  13. (770)591-1203.
  14.  
  15. The vbx'x that are included (3dvbx.vbx, mspin.vbx) are simply
  16. renamed vbx that come standard with Visual Basic 3.0 Pro
  17. (Threed.vbx and spin.vbx respectively)  These files have been renamed
  18. so not to overwrite any newer versions of the vbx's you may have.
  19.  
  20. Thanks for choosing MariBu Services...
  21.  
  22. ****Revision**** Revision*** This is version two of the calendar
  23. code. It is more efficient and less buggy.